home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / menu.Dxr / 00005_glob.ls < prev    next >
Encoding:
Text File  |  1996-07-23  |  204 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("p")
  3.   set variable to the castNum of sprite the clickOn
  4.   set variable to variable - 3
  5.   set the castNum of sprite the clickOn to variable
  6.   updateStage()
  7.   go(1, "phone")
  8. end
  9.